home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Visual Database / Visual BASIC 5.0 (Ent. Edition) / Vb5ent Extractor.EXE / VB / SAMPLES / PGUIDE / ATM / ATM32.RES / Strings / 2.rc < prev    next >
Encoding:
Text File  |  1996-09-16  |  401 b   |  16 lines

  1. STRINGTABLE
  2. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  3. {
  4.  16, "Welcome"
  5.  17, "Please enter your pin number:"
  6.  18, "Please choose an account:"
  7.  19, "Checking account"
  8.  20, "Savings Account"
  9.  21, "Please enter an amount:"
  10.  22, "OK"
  11.  23, "Your transaction is being processed..."
  12.  24, "Thank you for using our ATM"
  13.  25, "The following amount will be withdraw from your:"
  14.  26, "US Dollars"
  15. }
  16.